Package com.cisco.pt.ipc.sim
Interface ConsoleLine
- All Superinterfaces:
IPCObject,TerminalLine
- All Known Implementing Classes:
ConsoleLineImpl
Information provided by the PKI file:
\class ConsoleLine
\brief ConsoleLine is the console line handler for the TerminalLine object.
\example network().getDevice("Router0").getConsoleLine()
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.TerminalLine
enterChar, enterCommand, flush, getCommandInput, getConfigHistory, getCurrentHistory, getDataBits, getFlowControl, getHistorySize, getMode, getName, getOwnerDevice, getParity, getPrompt, getSpeed, getStopBits, getTelnetClientAt, getTelnetClientCount, getUserHistory, println, setSettings
-
Method Details
-
getOutput
String getOutput()Information provided by the PKI file:
\brief Returns the output from the console line. \param string, the output from the console line.- Returns:
- String Returns a String
-